From 0494df8e1f6388be5bcb2380cb790f7d6a00ba28 Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Wed, 14 Dec 2016 14:23:44 +0000 Subject: [PATCH] armv4 Gbp-Pq: Name armv4.diff --- src/corelib/global/qprocessordetection.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/corelib/global/qprocessordetection.h b/src/corelib/global/qprocessordetection.h index 6ecd41bc3..08bbbcda8 100644 --- a/src/corelib/global/qprocessordetection.h +++ b/src/corelib/global/qprocessordetection.h @@ -127,6 +127,8 @@ # elif defined(__ARM_ARCH_5TEJ__) \ || defined(__ARM_ARCH_5TE__) # define Q_PROCESSOR_ARM 5 +# elif defined(__ARM_ARCH_4T__) +# define Q_PROCESSOR_ARM 4 # else # define Q_PROCESSOR_ARM 0 # endif @@ -141,6 +143,9 @@ # endif # if Q_PROCESSOR_ARM >= 5 # define Q_PROCESSOR_ARM_V5 +# endif +# if Q_PROCESSOR_ARM >= 4 +# define Q_PROCESSOR_ARM_V4 # else # error "ARM architecture too old" # endif -- 2.30.2